type github.com/andybalholm/brotli/flate.gzipEncoder

4 uses

	github.com/andybalholm/brotli/flate (current package)
		gzip.go#L11: 	return &gzipEncoder{
		gzip.go#L16: type gzipEncoder struct {
		gzip.go#L23: func (g *gzipEncoder) Reset() {
		gzip.go#L39: func (g *gzipEncoder) Encode(dst []byte, src []byte, matches []matchfinder.Match, lastBlock bool) []byte {